Skip to content

chore: update specification#3

Closed
javier-godoy wants to merge 1 commit into
masterfrom
spec-changes
Closed

chore: update specification#3
javier-godoy wants to merge 1 commit into
masterfrom
spec-changes

Conversation

@javier-godoy
Copy link
Copy Markdown
Member

Revises the specification to reflect that EasyGrid<T> extends Grid<T> rather than wrapping it, and removes everything that is already inherited.

  • Replace "wraps Grid" with "extends Grid" throughout
  • Drop sections whose API is entirely inherited: Data Binding, Selection, Events, Filtering
  • Strip EasyColumnConfig down to EasyGrid-specific methods only (type-aware formatting, rendering conveniences, export options);standard column properties are now set directly via getColumnByKey() or getColumn()
  • Add withExportHeader / withExportable to EasyColumnConfig (previously mentioned in the Exporter section but missing from the class definition)
  • Update all code examples accordingly
  • Simplify the Serialization section to acknowledge Grid's existing support

@javier-godoy javier-godoy deleted the spec-changes branch April 14, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant